crypto/tls.Conn.bytesSent (field)
4 uses
crypto/tls (current package)
conn.go#L111: bytesSent int64
conn.go#L907: if c.bytesSent >= recordSizeBoostThreshold {
conn.go#L956: c.bytesSent += int64(n)
conn.go#L966: c.bytesSent += int64(n)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)